s3 delete

This block is part of the amazon aws group and was last modified in core v12.0.6.

s3 delete v12.0.6

Deletes an S3 object from a bucket.

In pins 3
  • connection required
    awsconnection

    The AWS connection to use for deleting the object

  • bucket required
    value

    The bucket from which to remove the object

  • key required
    value

    The full file path of the object to be deleted from the S3 bucket

Out pins 3
  • connection
    awsconnection

    The AWS connection used for the deletion

  • success
    condition

    Condition indicating whether the object was successfully deleted from the S3 bucket

  • error
    value

    Error message in case of any issues during the deletion process

A typical wiring for s3 delete: value feeds the bucket pin; value feeds the key pin; the connection out pin feeds s3 list.

Studio canvas example for the s3 delete block: typical wiring for s3 delete.

Version history

Introduced in v12.0.6.


Back to amazon aws Return to the main group to view all sub-groups Back to amazon aws Return to the group to view all blocks within this group